
function highlight(x)
{
   document.form.elements[x].focus();
   document.form.elements[x].select();
}

function changeto(highlightcolor)
{
   source=event.srcElement
   if (source.tagName=="TR"||source.tagName=="TABLE")
   return
   while(source.tagName!="TR")
   source=source.parentElement
   if (source.style.backgroundColor!=highlightcolor&&source.id!="ignore")
   source.style.backgroundColor=highlightcolor
}

function changeback(originalcolor)
{
   if (event.fromElement.contains(event.toElement)||source.contains(event.toElement)||source.id=="ignore")
   return
   if (event.toElement!=source)
   source.style.backgroundColor=originalcolor
}

function insc(page) 
   {
    var fenetre = window.open(page,'SPPLUS','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=670,height=550');
   }


document.write('<style>.lien4 { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #000000}</style>');
document.write('<style>.titre5n { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000 }</style>');
document.write('<style>.titre4n { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #000000 }</style>');
document.write('<style>.titre4w { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #FFFFFF }</style>');

document.write('<table border="1" cellspacing="0" cellpadding="2" bordercolor="#000000">');
document.write('<tr><td bgcolor="#336699" align="right">'); 
document.write('<font class=titre4w><i>');
document.write(' <img src=http://www.sport-up.fr/media/carrejaune.jpg width=4> <img src=http://www.sport-up.fr/media/carrejaune.jpg width=5> <img src=http://www.sport-up.fr/media/carrejaune.jpg width=6>');
document.write(' Cliquez sur la course pour vous inscrire</i> </font>');
document.write('</td></tr>');
document.write('<tr><td>'); 
document.write('<table cellspacing="0" cellpadding="0" onmouseout="changeback(\'\')" onmouseover="changeto(\'#CDE5F9\')">');


 document.write('<tr><td colspan=5 align=center><font class=titre5n>Il n\'y a pas de bulletin d\'inscription actif ...</font></td></tr>');    



document.write('</table>');
document.write('</td></tr>');
document.write('</table>');